home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Demos / ByCompany / Black_&_White_Software / NXFax / NXFaxInstaller.app / Intro.nib / data.classes next >
Text File  |  1994-04-24  |  814b  |  56 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. IntroWindow = {
  7.     ACTIONS = {
  8.     };
  9.     OUTLETS = {
  10.     passwordButton;
  11.     helpButton;
  12.     titleField;
  13.     introStrings;
  14.     numUsersField;
  15.     registerButton;
  16.     quitButton;
  17.     installButton;
  18.     passwordField;
  19.     removeButton;
  20.     expireDateField;
  21.     ownerIDField;
  22.     helpStrings;
  23.     copyrightField;
  24.     nic;
  25.     configureButton;
  26.     helpField;
  27.     };
  28.     SUPERCLASS = Window;
  29. };
  30. Controller = {
  31.     ACTIONS = {
  32.     updatePassword:;
  33.     performIntro:;
  34.     displayHelpPanel:;
  35.     quitApplication:;
  36.     performConfigure:;
  37.     displayInfoPanel:;
  38.     performRegister:;
  39.     performRemove:;
  40.     performInstall:;
  41.     };
  42.     OUTLETS = {
  43.     niController;
  44.     progressWindow;
  45.     installStrings;
  46.     configWindow;
  47.     registerWindow;
  48.     versionTF;
  49.     removeWindow;
  50.     authObject;
  51.     infoPanel;
  52.     introWindow;
  53.     };
  54.     SUPERCLASS = Object;
  55. };
  56.